type runtime.mWeakPointer
7 uses
runtime (current package)
runtime2.go#L726: self mWeakPointer
runtime2.go#L749: type mWeakPointer struct {
runtime2.go#L753: func newMWeakPointer(mp *m) mWeakPointer {
runtime2.go#L754: w := mWeakPointer{m: new(atomic.Pointer[m])}
runtime2.go#L759: func (w mWeakPointer) get() *m {
runtime2.go#L768: func (w mWeakPointer) clear() {
runtime2.go#L793: oldm mWeakPointer
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |